home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / webalizer / webalizer.php < prev    next >
PHP Script  |  2004-07-05  |  270b  |  22 lines

  1. <?
  2. $webalizer="webalizer.bat";
  3. shell_exec($webalizer);
  4. ?>
  5.  
  6. <html>
  7. <head>
  8. <title>XAMPP webalizer</title>
  9. <link href="xampp.css" rel="stylesheet" type="text/css">
  10. </head>
  11.  
  12. <body>
  13.  <p>
  14. <pre>
  15.  
  16. <script>
  17.     document.location="/webalizer/";
  18. </script>
  19. </pre>
  20. </body>
  21. </html>
  22.